runtime.timers.len (field)
8 uses
runtime (current package)
proc.go#L6667: if pp.timers.len.Load() == 0 {
time.go#L129: len atomic.Uint32
time.go#L169: ts.len.Store(uint32(len(ts.heap)))
time.go#L794: src.len.Store(0)
time.go#L795: ts.len.Store(uint32(len(ts.heap)))
time.go#L973: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L999: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1216: if n := int(ts.len.Load()); len(ts.heap) != n {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)